projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8243b16
)
customproperty: Fix thinko
author
Benjamin Otte
<otte@redhat.com>
Mon, 9 Apr 2012 01:27:18 +0000
(
03:27
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 9 Apr 2012 01:27:55 +0000
(
03:27
+0200)
.. in
43c56d70ea247b3317c386e22407ad20769d2762
gtk/gtkcsscustomproperty.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcsscustomproperty.c
b/gtk/gtkcsscustomproperty.c
index 6504826e8213f4cfe55ab5e2697a3637bd4cae87..1be60d25b66b63938d4f2916dd2e8e1f2d77c861 100644
(file)
--- a/
gtk/gtkcsscustomproperty.c
+++ b/
gtk/gtkcsscustomproperty.c
@@
-96,13
+96,13
@@
gtk_css_custom_property_create_initial_value (GParamSpec *pspec)
{
GdkRGBA color;
gdk_rgba_parse (&color, "pink");
- g_value_
take
_boxed (&value, &color);
+ g_value_
set
_boxed (&value, &color);
}
else if (pspec->value_type == GDK_TYPE_COLOR)
{
GdkColor color;
gdk_color_parse ("pink", &color);
- g_value_
take
_boxed (&value, &color);
+ g_value_
set
_boxed (&value, &color);
}
else if (pspec->value_type == GTK_TYPE_BORDER)
{